github.com/google/go-cmp/cmp.transformer.name (field)
6 uses
github.com/google/go-cmp/cmp (current package)
options.go#L293: tr := &transformer{name: name, fnc: reflect.ValueOf(f)}
options.go#L302: name string
options.go#L332: return fmt.Sprintf("Transformer(%s, %s)", tr.name, function.NameOf(tr.fnc))
path.go#L148: ssPre = append(ssPre, s.trans.name+"(")
path.go#L308: func (tf Transform) String() string { return fmt.Sprintf("%s()", tf.trans.name) }
path.go#L311: func (tf Transform) Name() string { return tf.trans.name }
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)